From 4e97417efa315a0e708345d897924a15bb341840 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Feb 2019 22:07:39 -0500 Subject: [PATCH] Update migration guide for pass-through --- docs/reference/gtk/migrating-3to4.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index 8b79b7bca1..0c453d4434 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -623,6 +623,15 @@ GtkPasswordEntry. + +
+ Adapt to changes in GtkOverlay API + + The GtkOverlay::pass-through child property has been replaced by the + GtkWidget::can-pick property. Note that they have the oppositve sense: + pass-through == !can-pick. + +
-- 2.30.2